From 166217c23f01aacb131a893f82e542c8df39643b Mon Sep 17 00:00:00 2001 From: "mafetter@fleming.research" Date: Thu, 14 Oct 2004 07:54:35 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.232 (416e30bbjQ8hg53Z4S59mZhks3Ok4g) typo fixed, noted by Charles Coffing --- tools/python/xen/sv/Daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/sv/Daemon.py b/tools/python/xen/sv/Daemon.py index fdbc6145dc..510cfa9f04 100644 --- a/tools/python/xen/sv/Daemon.py +++ b/tools/python/xen/sv/Daemon.py @@ -96,7 +96,7 @@ class Daemon: reactor.run() def exit(self): - reactor.diconnectAll() + reactor.disconnectAll() sys.exit(0) def instance(): -- 2.30.2